﻿/*******************reset css样式*******************/

body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
i {
	margin: 0;
	padding: 0;
}

ol,
ul,
dl {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input,
textarea {
	outline: none;
	border: none
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/**********************引入字体样式*******************/

@font-face {
	font-family: 'helve';
	src: url('helveticaneueltprothex.ttf');
	/* IE9 Compat Modes */
	src: url('helveticaneueltprothex.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('helveticaneueltprothex.ttf') format('woff'), /* Modern Browsers */
	url('helveticaneueltprothex.ttf') format('truetype'), /* Safari, Android, iOS */
	url('helveticaneueltprothex.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}


/*************************头部样式*********************/

.wrap {
	width: 100%;
}


/*头部搜索*/

.header_wrap {
	width: 100%;
	height: 116px;
}

.header {
	width: 1100px;
	margin: 0 auto;
}

.logo {
	width: 403px;
	height: 59px;
	float: left;
	margin-top: 28px;
}

.logo img {
	width: 403px;
	height: 59px;
}

.search {
	width: 262px;
	height: 42px;
	background: url("search.png") no-repeat;
	float: right;
	margin-top: 36px;
}

.search input {
	border: none;
	background-color: transparent;
}

.search_txt {
	width: 218px;
	height: 42px;
	float: left;
	text-indent: 12px;
	font: 12px/42px "bole";
	color: #a1a1a1;
}

.search_btn {
	width: 42px;
	height: 42px;
	float: right;
	cursor: pointer;
}


/*头部导航*/

.header_nav {
	width: 100%;
	height: 55px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #e4e4e4;
	background-color: #f9f9f9;
}

.header_nav ul {
	width: 1100px;
	height: 55px;
	margin: 0 auto;
}

.header_nav li {
	float: left;
}

.header_nav li .on {
	background-color: #0b4d81;
	color: #fff;
}

.header_nav li a {
	color: #666;
	float: left;
	display: block;
	padding: 0px 24px;
	height: 55px;
	font: 16px/52px "微软雅黑";
}


/*****************首页banner*********************/

.slideBox {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	line-height: 0;
	border-top: 1px solid #d9d9d9;
}

.slideBox .hd {
	width: 100%;
	height: 6%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	z-index: 2;
}

.slideBox .hd ul {
	width: 25%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	/* IE 9 */
	-moz-transform: translate(-50%, 0);
	/* Firefox */
	-webkit-transform: translate(-50%, 0);
	/* Safari 和 Chrome */
	-o-transform: translate(-50%, 0);
	/* Opera */
}

.hd ul li {
	float: left;
	width: 50px;
	margin-right: 10px;
	padding-top: 15px;
}

.hd ul li p {
	width: 40px;
	height: 15px;
	transition: all 0.3s ease-out 0s;
	background: transparent;
	border-top: 1px solid #d8d8d8;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 11px;
}

.hd ul li p:hover {
	transition: all 0.3s ease-out 0s;
	border-top: 1px solid rgba(255, 255, 255, .8);
}

.hd ul li .on p {
	width: 45px;
	height: 3px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-top: 1px solid transparent;
	top: -1px;
}

.hd .on i {
	border-radius: 0;
	border: none;
}

.bd {
	position: relative;
	z-index: 0;
}

.bd li img {
	width: 100%;
	height: auto;
	background: url(images/loading.gif) center center no-repeat;
	display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#slideBox .prev {
	left: 0;
	background: url("arrow2.png") no-repeat center/cover;
}

#slideBox .next {
	right: 0;
	background: url("arrow1.png") no-repeat center/cover;
}

#slideBox .prev,
#slideBox .next {
	width: 48px;
	height: 64px;
	position: absolute;
	display: block;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.4);
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	/* IE 9 */
	-moz-transform: translate(0, -50%);
	/* Firefox */
	-webkit-transform: translate(0, -50%);
	/* Safari 和 Chrome */
	-o-transform: translate(0, -50%);
	/* Opera */
}

#slideBox .prev:hover,
#slideBox .next:hover {
	background-color: rgba(0, 0, 0, 0.7);
	transition: all .3s;
	-ms-transition: all .3s;
	/* IE 9 */
	-moz-transition: all .3s;
	/* Firefox */
	-transition: all .3s;
	/* Safari 和 Chrome */
	-o-transition: all .3s;
	/* Opera */
}

.slider_dot_wrap {
	width: 100%;
	height: 6%;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 2;
}

.slider_dot {
	top: 0;
	left: 50%;
	margin-left: -86px;
}

.slider_dot li {
	float: left;
	width: 50px;
	margin-right: 10px;
	padding-top: 15px;
}

.slider_dot p {
	width: 40px;
	height: 15px;
	transition: all 0.3s ease-out 0s;
	background: transparent;
	border-top: 1px solid #d8d8d8;
	transition: all 0.3s ease-out 0s;
}

.slider_dot p:hover {
	transition: all 0.3s ease-out 0s;
	border-top: 1px solid rgba(255, 255, 255, .8);
}

.slider_dot .on i {
	border-radius: 0;
	border: none;
}

.slider_dot p {
	border-radius: 0;
	margin-bottom: 11px;
}

.slider_dot {
	position: absolute;
	top: 50%;
	right: 80px;
	z-index: 6
}

.slider_dot .on p {
	width: 45px;
	height: 3px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-top: 1px solid transparent;
	top: -1px;
}


/*******************走进海济*****************/

.enter_wrap {
	width: 100%;
	background: url("enter_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.enter_title {
	padding-top: 79px;
}

.enter_txt {
	width: 1100px;
	margin: 0 auto;
}

.enter_txt:hover p {
	color: #0b4d81;
}

.enter_title h2 {
	color: #364566;
	padding-left: 26px;
	font: 24px/24px "微软雅黑";
	background: url("t_line.jpg") no-repeat 0px 11px;
	background-size: 18px 4px;
}

.enter_title span {
	font: 12px/12px "arial";
	color: #364566;
	padding-left: 26px;
	text-transform: uppercase;
}

.enter_txt h4 {
	color: #364566;
	padding-top: 39px;
	font: bold 16px/58px "微软雅黑";
}

.enter_txt p {
	width: 603px;
	color: #555;
	font: 14px/34px "微软雅黑";
	padding-bottom: 60px;
}

.enter_time {
	width: 1100px;
	margin: 0 auto;
}

.enter_year {
	width: 670px;
	height: 120px;
	background: #fff;
	color: #555;
	float: left;
}

.enter_year h2 {
	font: 40px/30px "helve";
	color: #555;
}

.enter_year h2 sup {
	font: 14px/14px "微软雅黑";
}

.enter_year span {
	font: 14px/30px "微软雅黑";
}

.enter_year dt {
	width: 203px;
	padding-left: 87px;
	border-right: 1px solid #f4f4f4;
}

.enter_year dd {
	width: 260px;
	padding-left: 117px;
	background: url("jiantou.png") no-repeat 328px 35px;
}

.enter_year {
	box-shadow: -12px 15px 30px #F1F1F1;
	-ms-box-shadow: -12px 15px 30px #F1F1F1;
	/* IE 9 */
	-moz-box-shadow: -12px 15px 30px #F1F1F1;
	/* Firefox */
	-webkit-box-shadow: -12px 15px 30px #F1F1F1;
	/* Safari 和 Chrome */
	-o-box-shadow: -12px 15px 30px #F1F1F1;
	/* Opera */
}

.enter_year dt,
.enter_year dd {
	height: 85px;
	padding-top: 35px;
	float: left;
}

.enter_right {
	width: 429px;
	height: 136px;
	float: left;
	margin-top: -16px;
	position: relative;
	background: url("enter_rbg.png") no-repeat;
}

.enter_right>img {
	position: absolute;
	left: 0;
	top: -183px;
}

.enter_right span {
	display: block;
	width: 278px;
	height: 96px;
	position: absolute;
	left: -90px;
	top: 14px;
	background-color: rgba(23, 75, 132, .49);
}

.enter_right>i {
	display: block;
	font-style: normal;
	width: 123px;
	height: 43px;
	background: url("haiji.png") no-repeat;
	position: absolute;
	top: 44px;
	left: 33px;
}


/*公司新闻*/

.news_module {
	width: 1100px;
	margin: 0 auto;
	padding-top: 59px;
}

.news_left {
	width: 532px;
	float: left;
	position: relative;
}

.news_left img {
	display: block;
	width: 532px;
	height: 352px;
}

.news_left p {
	width: 100%;
	font: 16px/58px "微软雅黑";
	background-color: #f2f2f2;
	text-align: center;
	color: #565656;
	border-bottom: 1px solid #2368b3;
}

.news_left:hover p {
	color: #0b4d81;
}

.news_time {
	width: 96px;
	height: 103px;
	padding-right: 25px;
	background-color: #2368b3;
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.news_time {
	color: #fff;
}

.news_time span {
	display: block;
	font: 24px/42px "helve";
	margin-top: 18px;
	text-align: right;
}

.news_time i {
	display: block;
	text-align: right;
	font: normal 16px/12px "helve";
}

.news_right {
	width: 528px;
	float: right;
}

.news_right li h2 {
	color: #2a2a2a;
	font: normal 16px/16px "微软雅黑";
}

.news_right li p {
	padding: 6px 0px 8px;
	color: #727272;
	font: normal 14px/30px "微软雅黑";
}

.news_right li:hover p {
	color: #0b4d81;
}

.news_right li time {
	width: 100%;
	height: 18px;
	display: block;
	background: url("g_line.jpg") no-repeat right 16px;
	background-size: 392px 1px;
}

.news_right li time span {
	font: 24px/18px "helve";
	color: #939393;
}

.news_right li time i {
	color: #1a1a1a;
	font: 16px/12px "helve";
}

.news_right .second {
	padding: 44px 0px;
}


/*融资租赁业务*/

.rent_box {
	background: url("rent_box.jpg") no-repeat center/cover;
}

.rent_title {
	padding-top: 76px;
}

.rent_part {
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
}

.rent_list {
	width: 948px;
	color: #ddd;
	float: left;
	text-align: center;
	padding-bottom: 39px;
	padding-right: 36px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.rent_list dl {
	width: 316px;
	float: left;
}

.rent_list dt,
.rent_list dd {
	width: 100%;
	height: 198px;
	background-color: #5a90d6;
}

.rent_list .second dt,
.rent_list .second dd {
	background-color: #327bc9;
}

.rent_list .third dt,
.rent_list .third dd {
	background-color: #ca9e59;
}

.rent_list img {
	width: 316px;
	height: 198px;
}

.rent_list i {
	width: 44px;
	height: 46px;
}

.rent_list i img {
	width: 44px;
	height: 46px;
	display: block;
	margin: 0px auto;
	padding-top: 50px;
}

.rent_list h4 {
	color: #fff;
	padding-top: 15px;
	font: normal 18px/18px "微软雅黑";
}

.rent_list i img:hover {
	padding-top: 20px;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.rent_part p {
	color: #fff;
	padding-top: 3px;
	font: normal 12px/12px "微软雅黑";
}

.rent_more {
	position: relative;
	float: right;
	width: 23px;
	height: 126px;
	padding: 136px 29px;
	writing-mode: lr-tb;
	font: 14px/24px "微软雅黑";
	color: #d2d2d2;
	text-align: center;
	background: url("newsbg_more.png") no-repeat;
}

.rent_more a {
	color: #fff;
	display: block;
	width: 23px;
	height: 126px;
}

.rent_more img {
	display: block;
	margin-top: 12px;
	cursor: pointer;
}


/*融租知识*/

.lore_wrap .enter_title {
	float: left;
}

.lore_wrap .enter_txt h2,
.lore_wrap .enter_txt span {
	color: #364566;
}

.lore_wrap .enter_txt .on h2,
.lore_wrap .enter_txt .on span {
	color: #2b69ab;
}

.lore_wrap .second,
.lore_wrap .third {
	padding-left: 15px;
	background: url("l_line.jpg") no-repeat 15px 87px;
	background-size: 1px 22px;
}

.lore_wrap .second h2,
.lore_wrap .third h2 {
	background: none;
}

.lore_part {
	width: 100%;
	margin-top: 59px;
	background-color: #f6f4f6;
}

.lore_content {
	width: 1185px;
	height: 300px;
	margin: 0 auto;
	padding-bottom: 90px;
}

.lore_list li {
	float: left;
	width: 333px;
	height: 165px;
	padding: 71px 28px 64px 34px;
}

.lore_list li h2 {
	color: #404040;
	font: normal 16px/16px "微软雅黑";
}

.lore_list li time {
	display: block;
	color: #5e5e5e;
	padding: 25px 0px 21px;
}

.lore_list li time span {
	font: 18px/18px "helve";
}

.lore_list li time i {
	font: 14px/14px "helve";
}

.lore_list li p {
	color: #6b6b6b;
	font: 14px/32px "微软雅黑";
}

.lore_content .hd {
	width: 1185px;
	height: 37px;
	top: -135px;
	position: relative;
}

.lore_content .next {
	left: -37px;
}

.lore_content .prev {
	right: -37px;
}

.lore_content .next,
.lore_content .prev {
	width: 37px;
	height: 37px;
	display: block;
	position: absolute;
	cursor: pointer;
	border-radius: 50%;
	-ms-border-radius: 50%;
	/* IE 9 */
	-moz-border-radius: 50%;
	/* Firefox */
	-webkit-border-radius: 50%;
	/* Safari 和 Chrome */
	-o-border-radius: 50%;
	/* Opera */
}

.lore_list li:hover {
	background: #fff;
	box-shadow: 0px 0px 27px #e9e7e9;
	-ms-box-shadow: 0px 0px 27px #e9e7e9;
	/* IE 9 */
	-moz-box-shadow: 0px 0px 27px #e9e7e9;
	/* Firefox */
	-webkit-box-shadow: 0px 0px 27px #e9e7e9;
	/* Safari 和 Chrome */
	-o-box-shadow: 0px 0px 27px #e9e7e9;
	/* Opera */
}

.lore_list li:hover time {
	background: transparent;
	position: relative;
	top: 130px;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	/* IE 9 */
	-moz-transition: all 0.5s;
	/* Firefox */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
}

.lore_list li:hover p {
	position: relative;
	top: -30px;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	/* IE 9 */
	-moz-transition: all 0.5s;
	/* Firefox */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	-o-transition: all 1s;
	/* Opera */
}

.lore_list time {
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	/* IE 9 */
	-moz-transition: all 0.5s;
	/* Firefox */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	position: relative;
	top: -5px;
}

.lore_list li p {
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	/* IE 9 */
	-moz-transition: all 0.5s;
	/* Firefox */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	position: relative;
	top: 15px;
}

.lore_list li {
	visibility: visible!important;
}


/*尾部内容*/

.footer_wrap {
	width: 100%;
}

.footer_partner {
	width: 100%;
	height: 98px;
	padding: 26px 0px;
	background-color: #2b69ab;
}

.footer_partner .select {
	margin: 0 auto;
}

.footer_partner p {
	width: 1100px;
	margin: 0 auto;
	color: #cae1f9;
}

.footer_partner p span {
	float: left;
	font: 16px/32px "微软雅黑";
}

.footer_partner a {
	float: left;
	color: #cae1f9;
	margin-right: 18px;
	font: 14px/32px "微软雅黑";
}

.footer_partner a:hover {
	color: #fff;
}

.footer_partner .null {
	margin: 0 auto!important;
}

.footer_partner td {
	float: left;
}

.footer_link {
	width: 100%;
	height: 56px;
	padding: 19px 0px 28px;
	background-color: #3273b9;
}

.footer_link p {
	text-align: center;
	color: #b0cdec;
	font: 14px/28px "微软雅黑";
}

.lore_content .hd .prevStop {
	background-position: -60px 0;
}

.lore_content .hd .nextStop {
	background-position: -60px -50px;
}

.lore_content .bd .tempWrap {
	width: 1185px!important;
}

.lore_content .bd {
	width: 1185px
}


/****************走进海济样式**********************/

.company_intro {
	width: 1050px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 44px;
}

.company_intro dl dt {
	width: 513px;
	float: left;
	padding-right: 43px;
}

.company_intro dl dt h2 {
	color: #0f5b97;
	font: bold 16px/30px "微软雅黑";
}

.company_intro dl dt p {
	color: #323232;
	margin-top: -4px;
	padding-bottom: 22px;
	font: 14px/30px "微软雅黑";
}

.company_intro dl dt img {
	display: block;
	width: 512px;
	height: 237px;
}

.company_intro dl dd {
	width: 462px;
	float: left;
	padding: 0px 0px 40px 28px;
	border-left: 1px solid #f4f4f4;
}

.company_intro dl dd img {
	display: block;
	width: 462px;
	height: 298px;
}

.company_intro dl dd p {
	color: #323232;
	font: 14px/30px "微软雅黑"
}

.company_intro dl dd p span {
	color: #0f5b97;
	font: bold 16px/30px "微软雅黑"
}

.intro_detail {
	width: 995px;
	background-color: #f4f4f4;
	padding: 30px 28px 40px 28px;
}

.intro_detail h2 {
	color: #0f5b97;
	font: bold 16px/52px "微软雅黑"
}

.intro_detail p {
	color: #323232;
	font: 14px/32px "微软雅黑"
}


/****************新闻动态样式**********************/

.rent_news {
	width: 1048px;
	margin: 0 auto;
}

.news_img {
	width: 458px;
	height: 290px;
	float: left;
	position: relative;
}

.news_img img {
	width: 458px;
	height: 290px;
	display: block;
}

.news_img time {
	width: 72px;
	display: block;
	background-color: #0f5b97;
	padding: 10px 20px 16px 22px;
	position: absolute;
	right: -25px;
	bottom: 0px;
}

.news_img time span,
.news_img time i {
	color: #fff;
	display: block;
	text-align: right;
}

.news_img time span {
	font: 24px/40px "helve";
}

.news_img time i {
	font: 14px/14px "helve";
}

.news_txt {
	width: 565px;
	float: left;
	padding-left: 25px;
	border-bottom: 1px solid #e1e1e1;
}

.news_txt:hover p {
	color: #0b4d81;
}

.news_txt h2 {
	color: #191919;
	padding-top: 7px;
	font: 16px/58px "微软雅黑";
}

.news_txt p {
	color: #606060;
	font: 14px/32px "微软雅黑";
	padding-bottom: 97px;
}

.news_section>dl {
	width: 84px;
	position: absolute;
	height: 35px;
	right: 0;
	bottom: 14px;
	z-index: 999;
}

.news_section dl dt,
.news_section dl dd {
	width: 40px!important;
	height: 35px!important;
	position: static!important;
	margin: 0!important;
}

.news_section {
	padding-top: 39px;
}

.news_section dl dt {
	float: left;
}

.news_section dl dd {
	float: right;
}

.news_section {
	width: 1048px;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.rent_newsLi li {
	padding: 20px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.rent_newsLi li:hover p {
	color: #0b4d81;
}

.rent_newsLi li h2 {
	padding-left: 15px;
	color: #191919;
	font: bold 16px/58px "微软雅黑";
	background: url(news_dot.png) no-repeat 2px center;
	background-size: 5px 5px;
}

.rent_newsLi li p {
	color: #606060;
	padding-left: 15px;
	font: 14px/32px "微软雅黑";
}

.rent_newsLi li time {
	display: block;
	width: 100px;
	color: #989898;
	float: right;
	padding-left: 20px;
	font: 14px/26px "微软雅黑";
	background: url(news_time.png) no-repeat left center;
	background-size: 13px 13px;
}


/*******************租赁业务样式*********************/

.inner_banner {
	width: 100%;
	height: auto;
	line-height: 0;
}

.inner_banner img {
	max-width: 100%;
	width: 100%!important;
	height: auto!important;
}

.sideNavbar {
	width: 100%;
	height: 81px;
	background: url(sidenavbar.jpg) no-repeat;
	background-size: 100% 100%;
}

.sidenav {
	width: 1098px;
	margin: 0 auto;
}

.business_tab {
	width: 862px;
	float: left;
	background-color: #0f5b97
}

.business_tab li {
	float: left;
}

.business_tab li a {
	display: block;
	width: 143px;
	height: 81px;
	color: #fff;
	text-align: center;
	font: 16px/81px "微软雅黑";
}

.business_tab li .on {
	background-color: #0b4d81
}

.sidenav h2 {
	width: 236px;
	float: right;
	color: #0f5b97;
	text-align: right;
	font: 24px/81px "微软雅黑";
	background: url(h_line.jpg) no-repeat 88px center;
	background-size: 37px 4px;
	border-bottom: 1px solid#f4f4f4;
}

.inner_content {
	width: 100%;
	margin: 0 auto;
	background-color: #f4f4f4;
	padding-bottom: 52px;
}

.business_part {
	width: 1098px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 30px;
	min-height: 600px;
}


/*************业务种类******************/

.business_kind {
	width: 865px;
	margin: 0 auto;
	padding-top: 26px;
}

.business_kind li {
	position: relative;
	margin-top: 25px;
}

.business_kind li h3 {
	width: 630px;
	padding-left: 235px;
	color: #0f5b97;
	padding-top: 1px;
	font: 20px/48px "微软雅黑";
}

.business_kind li p {
	width: 602px;
	height: 162px;
	color: #474747;
	border: 1px solid #bde2ff;
	padding: 21px 28px 31px 234px;
	font: 16px/40px "微软雅黑";
}

.num_fix {
	position: absolute;
	top: 0;
	left: -27px;
}

.num_fix {
	width: 223px;
	height: 223px;
	background-color: #fff;
	box-shadow: 0px 0px 30px #efefef;
	-ms-box-shadow: 0px 0px 30px #efefef;
	/* IE 9 */
	-moz-box-shadow: 0px 0px 30px #efefef;
	/* Firefox */
	-webkit-box-shadow: 0px 0px 30px #efefef;
	/* Safari 和 Chrome */
	-o-box-shadow: 0px 0px 30px #efefef;
	/* Opera */
}

.num_fix h2 {
	width: 100%;
	color: #fff;
	top: 52px;
	position: absolute;
	text-align: center;
	font: bold 123.68px/90px arial;
}

.num_fix img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 223px;
	height: 223px;
}

.num_fix h5 {
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 142px;
	font: 16px/48px "微软雅黑"
}


/****************租赁知识样式**********************/

.rent_knowledge {
	width: 1028px;
	margin: 0 auto;
	padding-top: 30px;
	font: 16px/34px "微软雅黑";
}

.knowledge_detail h2 {
	color: #0f5b97;
	padding-top: 22px;
	font: 36px/46px "微软雅黑";
}

.knowledge_detail h3 {
	color: #0f5b97;
	margin-top: 10px;
	font: 26px/26px "Aparajita";
	text-transform: uppercase;
}

.knowledge_detail h4 {
	color: #525252;
	margin-top: 17px;
	font: 20px/30px "微软雅黑";
}

.knowledge_detail a {
	color: #316a9f;
	text-decoration: underline;
}

.knowledge_detail p {
	color: #525252;
	font: 16px/26px "微软雅黑";
	padding: 14px 0px 34px;
}

.knowledge_detail img {
	display: block;
	width: 1028px;
	height: 380px;
}

.rent_benefit dt {
	width: 378px;
	padding-left: 144px;
	float: left;
	position: relative;
}

.rent_benefit dt img {
	display: block;
	width: 43px;
	height: 175px;
	position: absolute;
	top: -77px;
	left: 76px;
}

.rent_benefit dt h2 {
	color: #0f5b97;
	margin-top: 57px;
	font: 36px/46px "新宋体";
}

.rent_benefit dt h3 {
	color: #0f5b97;
	font: 26px/26px "Aparajita";
	text-transform: uppercase;
	margin-top: 10px;
}

.rent_benefit dd {
	float: right;
	width: 458px;
	margin-right: 48px;
	padding-top: 22px;
	padding-bottom: 20px;
}

.rent_benefit dd h2 {
	margin-top: 10px;
	color: #0f5b97;
	font: bold 26px/20px "微软雅黑";
}

.rent_benefit dd p {
	color: #525252;
	font: 16px/40px "微软雅黑";
}

.rentfile_l {
	width: 725px;
	height: 325px;
	float: left;
}

.rentfile_l img {
	display: block;
	width: 725px;
	height: 325px;
}

.rentfile_r {
	width: 216px;
	float: left;
	margin-left: 60px;
	margin-top: 78px;
	padding: 40px 0px 33px;
	position: relative;
}

.rentfile_r h2 {
	width: 216px;
	color: #0f5b97;
	font: 36px/46px "微软雅黑";
}

.rentfile_r dl {
	width: 184px;
	height: 165px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	/* IE 9 */
	-moz-transform: translate(-50%, 0);
	/* Firefox */
	-webkit-transform: translate(-50%, 0);
	/* Safari 和 Chrome */
	-o-transform: translate(-50%, 0);
	/* Opera */
}

.rentfile_r dl dt,
.rentfile_r dl dd {
	position: absolute;
	width: 16px;
	height: 12px;
}

.rentfile_r dl dt {
	top: 0;
	left: 0
}

.rentfile_r dl dd {
	right: 0;
	bottom: 0
}

.rentfile_txt {
	float: left;
	color: #535252;
	font: 16px/36px "微软雅黑";
	padding: 24px 0px 37px;
}


/*分页 start*/

.pageClass {
	clear: both;
	text-align: center;
	padding: 30px 0;
}

.pageClass a {
	display: inline-block;
	border: 1px solid #DEDEDE;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 7px 19px;
	color: #606060;
}

.pageClass strong {
	display: inline-block;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	background: #0b4d81;
	color: #fff;
	text-align: center;
	padding: 8px 19px;
}


/*end 分页*/


/***************文章内容页样式**************/

.news_artical {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	min-height: 600px;
	font: 14px/24px "微软雅黑";
	color: #555;
}

.page .title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.page .title .txt {
	font: 18px/24px "微软雅黑";
	color: #000;
}

.page .title .site {
	font: 12px/24px "微软雅黑";
	color: #8F8585;
}

.page .title .site a {
	color: #8F8585;
}

.cont {
	line-height: 35px;
}

.cont .title {
	border-bottom: 1px dashed #bfbfbf;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.cont .title h3 {
	color: #333333;
	font: normal 24px/36px "微软雅黑";
	text-align: center;
	padding: 15px 0;
}

.cont .title p {
	text-align: center;
	color: #888888;
	font: 14px/24px "微软雅黑";
}

.cont .title p span {
	display: inline-block;
	padding: 0 15px;
	color: #888888;
	font: 12px/24px "微软雅黑";
}

.pagebottom {
	margin: 20px 0px 30px;
}

.pagebottom a {
	color: #6b6b6b;
}

.pagebottom a:hover {
	color: #0b4d81;
}

.pagebottom p {
	line-height: 24px;
}

.news_position {
	width: 100%;
}

.news_position>p {
	height: 54px;
	font: 14px/54px "微软雅黑";
	color: #6b6b6b;
}

.news_position>p a {
	font: 14px/54px "微软雅黑";
	color: #6b6b6b;
}

.news_position>p a:hover {
	color: #0b4d81;
}

.showpic img {
	max-width: 100%;
}


/***************客户关系样式******************/

.i_top {
	height: 127px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ececec;
}

.i_top .pic {
	width: 180px;
	height: 127px;
	position: relative;
	float: left;
	border: 1px solid #e2e2e2;
}

.i_top .pic img {
	width: 180px;
	height: 127px;
}

.i_top .i_content {
	float: right;
	width: 820px;
	height: auto;
}

.i_content h3 {
	margin-top: 8px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 22px;
	font-size: 16px;
	color: #4d4d4d;
}

.i_content p {
	height: 42px;
	line-height: 23px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #4d4d4d;
}

.i_content:hover p {
	color: #0b4d81;
}

.i_content i {
	float: left;
	font-size: 14px;
	color: #afafaf;
	font-style: normal;
}

.i_content em {
	float: right;
	font-size: 14px;
	color: #0b4d81;
	font-style: normal;
}

.rent_knowledge li {
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #ececec;
}

.rent_knowledge li a {
	display: block;
	width: 100%;
}

.rent_knowledge li b {
	font-size: 14px;
	color: #4d4d4d;
	padding-left: 50px;
	float: left;
	font-weight: normal;
	background: url(n_arrow.png) no-repeat left center;
	background-size: 6px 8px;
}

.rent_knowledge li i {
	width: 106px;
	display: block;
	float: right;
	font-size: 14px;
	color: #afafaf;
	font-style: normal;
}

.rent_knowledge li:hover b,
.rent_knowledge li:hover i {
	color: #0b4d81;
}


/*************经营团队样式******************/

.team_part {
	width: 1080px;
	margin: 0 auto;
}

.team_part li {
	width: 510px;
	height: 242px;
	float: left;
	margin: 28px 14px 0px;
}

.team_part li dt {
	width: 250px;
	height: 242px;
	float: left;
}

.team_part li dt img {
	display: block;
	width: 250px;
	height: 242px;
}

.team_part li dd {
	width: 260px;
	height: 242px;
	color: #fff;
	float: left;
	background-color: #0f5b97
}

.team_part li dd h2 {
	text-align: center;
	padding-top: 70px;
	font: 26px/58px "微软雅黑"
}

.team_part li dd p {
	text-align: center;
	font: 22px/22px "微软雅黑";
}

.team_part .first {
	width: 1052px;
	height: 364px;
}

.team_part .first dl {
	width: 924px;
	margin: 0 auto;
}

.team_part .first dl dt {
	width: 502px;
	height: 364px;
}

.team_part .first dl dt img {
	display: block;
	width: 502px;
	height: 364px;
}

.team_part .first dl dd {
	width: 420px;
	height: 262px;
	margin-top: 102px;
}

.team_part .first dl dd h2,
.team_part .first dl dd p {
	text-align: left;
	margin-left: 78px;
}


/*经营范围*/

.rent_area {
	width: 1055px;
	margin: 0 auto;
	padding-top: 30px;
}

.rent_area li {
	float: left;
	position: relative;
	margin: 1px;
	width: 209px;
	height: 545px;
}

.rent_area li img {
	position: absolute;
	top: 0;
	left: 0;
}

.rent_area li h2 {
	color: #fff;
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	font: 20px/20px "微软雅黑";
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	/* IE 9 */
	-moz-transform: translate(0, -50%);
	/* Firefox */
	-webkit-transform: translate(0, -50%);
	/* Safari 和 Chrome */
	-o-transform: translate(0, -50%);
	/* Opera */
}


/*********************搜索页样式**********************/

.search_title {
	padding-bottom: 30px;
}

.business_tab2 {
	width: 1020px;
	margin: 0 auto;
	padding: 50px 0px 0px;
}

.business_tab2 li {
	float: left;
	width: 230px;
	height: 57px;
	margin: 0px 5px;
}

.business_tab2 li a {
	display: block;
	width: 230px;
	height: 57px;
	text-align: center;
	color: #fff;
	font: 16px/57px "微软雅黑";
	background-color: #0f5b97;
}


/*招聘列表*/

.zp_detail {
	padding-top: 30px;
	width: 90%;
	margin: 0 auto;
}

.zp_title h2 {
	color: #242424;
	text-align: center;
	padding-bottom: 20px;
	font: 20px/20px "微软雅黑";
}

.zp_title h2 span {
	position: relative;
}

.zp_title h2 sup {
	position: absolute;
	width: 6px;
	height: 6px;
	display: inline-block;
	border: 1px solid #3a3a3a;
	top: 0;
	right: -12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.zp_box {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 52px;
	box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
}

.zp_box .first_line {
	background-color: #1c77c4;
}

.zp_box .first_line p,
.scroll_bar h3 p {
	float: left;
	text-align: center;
	box-sizing: border-box;
	width: 20%;
	color: #525252;
	height: 67px;
	overflow: hidden;
	font: 16px/67px "微软雅黑";
}

.zp_box .first_line p {
	color: #fff;
}

.scroll_bar h3 p span {
	cursor: pointer;
	display: block;
	text-transform: uppercase;
}

.scroll_bar h3 p:hover span {
	color: #1c77c4;
}

.scroll_bar li {
	border-bottom: 1px solid #ebebeb;
}

.scroll_bar li h4 {
	color: #000;
	padding-top: 10px;
	font: 16px/24px "微软雅黑";
}

.work-con-item {
	color: #7d7d7d;
	font: 16px/30px "微软雅黑";
}

.work-con-item p {
	color: #7d7d7d;
	font: 16px/30px "微软雅黑";
}

.work-con-item * {
	color: #7d7d7d;
	font: 16px/30px "微软雅黑";
}

.work_detail {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 30px;
	display: none;
}
.zp_detail .first{
	width: 28%!important;
}
.zp_detail .second{
	width: 20%!important;
}
.zp_detail .third,.zp_detail .four{
	width: 11%!important;
}
.zp_detail .five,.zp_detail .six{
	width: 15%!important;
}
/*招聘列表*/